home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / epic4-mos.lha / share / epic / help / 6_functions / pipe < prev    next >
Encoding:
Text File  |  2001-03-22  |  293 b   |  17 lines

  1. Synopsis:
  2.    $pipe(<program>)
  3.  
  4. Technical:
  5.    This function executes <program> and returns its output. It is defined in
  6.    the pipe(8) script. 
  7.    
  8. Practical:
  9.    It's an easy way to grab the output of a program quickly.
  10.  
  11. Returns:
  12.    <program>'s output
  13.    
  14. See Also:
  15.    exec(5)
  16.  
  17.